home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichmap
- if whichmap = 1 then
- go("map1")
- end if
- if whichmap = 2 then
- go("map2")
- end if
- if whichmap = 3 then
- go("map3")
- end if
- if whichmap = 4 then
- go("map4")
- end if
- if whichmap = 5 then
- go("map5")
- end if
- if whichmap = 6 then
- go("map6")
- end if
- end
-